home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #16 / 2001 CD 16 (Black).iso / K-CS.DCR / 00460.ls < prev    next >
Encoding:
Text File  |  2001-10-25  |  221 b   |  15 lines

  1. global StartTid
  2.  
  3. on new me
  4.   startTimer()
  5. end
  6.  
  7. on exitFrame
  8.   if the timer < 300 then
  9.     set the text of member "Nedt├ªller" to string(1 + ((300 - the timer) / 60)) & " s"
  10.     go(#loop)
  11.   else
  12.     go(#next)
  13.   end if
  14. end
  15.